home *** CD-ROM | disk | FTP | other *** search
/ Chip 1996 December / CHIP Aralık 1996.iso / ntprog / vf_nt40 / vfwin.exe / 0 / RCDATA / TSCANSETUP / TSCANSETUP.txt
Text File  |  1995-11-09  |  1KB  |  73 lines

  1. object ScanSetup: TScanSetup
  2.   Left = 455
  3.   Top = 289
  4.   BorderStyle = bsDialog
  5.   Caption = 'VF - ScanSetup'
  6.   ClientHeight = 164
  7.   ClientWidth = 196
  8.   Font.Color = clWindowText
  9.   Font.Height = -11
  10.   Font.Name = 'MS Sans Serif'
  11.   Font.Style = []
  12.   Position = poScreenCenter
  13.   OnShow = FormShow
  14.   PixelsPerInch = 96
  15.   TextHeight = 13
  16.   object Label1: TLabel
  17.     Left = 8
  18.     Top = 8
  19.     Width = 144
  20.     Height = 13
  21.     Caption = 'Drives to exclude in disk scan:'
  22.   end
  23.   object Label2: TLabel
  24.     Left = 8
  25.     Top = 56
  26.     Width = 170
  27.     Height = 13
  28.     Caption = 'Delay in minutes between scanning:'
  29.   end
  30.   object Button1: TButton
  31.     Left = 16
  32.     Top = 136
  33.     Width = 41
  34.     Height = 25
  35.     Caption = '&Cancel'
  36.     TabOrder = 0
  37.     OnClick = Button1Click
  38.   end
  39.   object Button2: TButton
  40.     Left = 136
  41.     Top = 136
  42.     Width = 43
  43.     Height = 25
  44.     Caption = '&Ok'
  45.     Default = True
  46.     TabOrder = 1
  47.     OnClick = Button2Click
  48.   end
  49.   object Edit1: TEdit
  50.     Left = 8
  51.     Top = 24
  52.     Width = 177
  53.     Height = 21
  54.     TabOrder = 2
  55.   end
  56.   object Edit2: TEdit
  57.     Left = 8
  58.     Top = 72
  59.     Width = 177
  60.     Height = 21
  61.     TabOrder = 3
  62.   end
  63.   object Button3: TButton
  64.     Left = 64
  65.     Top = 136
  66.     Width = 67
  67.     Height = 25
  68.     Caption = '&Help'
  69.     TabOrder = 4
  70.     OnClick = Button3Click
  71.   end
  72. end
  73.